Removed {add,get}_{config,device}_handler in favour of using a simple dictionary...
authorewan@linford.intra <ewan@linford.intra>
Tue, 13 Sep 2005 13:48:22 +0000 (14:48 +0100)
committerewan@linford.intra <ewan@linford.intra>
Tue, 13 Sep 2005 13:48:22 +0000 (14:48 +0100)
commit5487f5762e1a809f5a7d46882ca3ead18d5df207
tree3643617e5782e8ac7806c77684cf9eb1952bc568
parente4eb0b4cde373a195ed365fbd233d0cab0ea75bb
Removed {add,get}_{config,device}_handler in favour of using a simple dictionary directly.  Fix a misnamed variable blconfig that was supposed to refer to blcfg.  This showed up under pylint as a undefined variable, but would have manifested itself in the bootloader configuration being ignored.
tools/python/xen/xend/XendDomainInfo.py